home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
Palettes
/
CustomMenuPalette
/
CustomMenu
/
CustomMenu.subproj
/
CustomMenu.h
next >
Wrap
Text File
|
1995-09-17
|
750b
|
33 lines
// Written by Gideon King
/*
** Source file : CustomMenu.h
** Created by : gideon@berd
** Created on : Fri Sep 8 16:26:11 NZST 1995
** RCS File : $Source: /Ramoth/Black.Albatross/CVS/CustomMenu/CustomMenu.subproj/CustomMenu.h,v $
** Last modified : $Date: 1995/09/10 22:38:07 $
** Last modified by : $Author: gideon $
** Current Revision : $Revision: 1.1.1.1 $
*/
#import <appkit/appkit.h>
#import "DraggableMenu.h"
@interface CustomMenu:DraggableMenu
{
}
- (const char *)version;
- myInit;
- init;
- initTitle:(const char *)aTitle;
- mouseDown:(NXEvent *)theEvent;
- (NXDragOperation)draggingEntered:sender;
- (BOOL)prepareForDragOperation:sender;
- (BOOL)performDragOperation:sender;
- removeCell:aCell;
@end